Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Show flavour in about this app and sentry #3429

Merged
merged 2 commits into from
Dec 10, 2022

Conversation

M123-dev
Copy link
Member

@M123-dev M123-dev commented Dec 9, 2022

What

Something we didn't need until know. But we will certainly need it in the future #3427

Now we show the app flavour in the "about this app" section as well as sending it to sentry.

Why a global variable?

The value won't change after the build and I put it in the main.dart because I didn't know where else to put. A single dedicated file seems again too much. If we later find anything to pair it with why not?

@M123-dev M123-dev requested a review from a team as a code owner December 9, 2022 20:22
@github-actions github-actions bot added 📈 Analytics We use Sentry and Matomo, with an opt-in system 🧪 Tests labels Dec 9, 2022
Copy link
Member

@teolemon teolemon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👌

@codecov-commenter
Copy link

Codecov Report

Merging #3429 (20fc559) into develop (cf3ce7f) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@             Coverage Diff             @@
##           develop    #3429      +/-   ##
===========================================
- Coverage    11.30%   11.30%   -0.01%     
===========================================
  Files          260      260              
  Lines        12555    12557       +2     
===========================================
  Hits          1419     1419              
- Misses       11136    11138       +2     
Impacted Files Coverage Δ
...kages/smooth_app/lib/helpers/analytics_helper.dart 5.00% <0.00%> (-0.13%) ⬇️
packages/smooth_app/lib/main.dart 14.40% <0.00%> (-0.13%) ⬇️
...pp/lib/pages/preferences/user_preferences_faq.dart 7.50% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@M123-dev M123-dev merged commit a35b7db into develop Dec 10, 2022
@M123-dev M123-dev deleted the feat-show-flavour-in-about-this-app-and-sentry branch December 10, 2022 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📈 Analytics We use Sentry and Matomo, with an opt-in system 🧪 Tests
Development

Successfully merging this pull request may close these issues.

4 participants